Avoid installing deprecated Python 2 from Homebrew#160
Avoid installing deprecated Python 2 from Homebrew#160MaxDesiatov merged 5 commits intoswiftwasmfrom
Conversation
|
Running lit tests on Linux VM on GitHub Actions takes too long time.
We have to consider another way to run the lit tests continuously, but for the moment, I think it's OK to stop running test and remove |
|
I was wondering whether we can precompile llvm and clang as a job in our |
|
I think it's great worth to prepare pre-built llvm binary on Docker 👍 |
192f8c5 to
6b79918
Compare
brew install python@2now fails for me locally due to Homebrew/homebrew-core#49796, not sure how it still runs fine on CI, probably due to caches not being cleaned up as frequently.I hope relying on system-installed Python should work fine.